import { Sortable } from "../../../types/sortable"; export type TFindManyDocumentsParams = { condition?: Record; filters?: Sortable; };